ImagePosition Enumeration

Specifies the location of an image relative to the text of a control.

Definition

Namespace: Independentsoft.Office.Odf.Forms
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public enum ImagePosition

Members

Start0 Image is placed before the text.
End1 Image is placed after the text.
Top2 Image is placed above the text.
Bottom3 Image is placed below the text.
None4 None.

See Also